Feature: authentication module api's and middle-wares#3
Open
vijaynp007 wants to merge 8 commits intofeature/product_folder_structurefrom
Open
Feature: authentication module api's and middle-wares#3vijaynp007 wants to merge 8 commits intofeature/product_folder_structurefrom
vijaynp007 wants to merge 8 commits intofeature/product_folder_structurefrom
Conversation
abhi02-vc
reviewed
Mar 19, 2026
Collaborator
abhi02-vc
left a comment
There was a problem hiding this comment.
asgi.py
Risk Score: 10/5
Server Debug Mode
The reload option is set to True, which means the server will restart on code changes. This is suitable for development but should be disabled in production environments.
celery_tasks/init.py
Risk Score: 0/5
celery_tasks/tasks/init.py
Risk Score: 0/5
celery_tasks/tasks/example_tasks.py
Risk Score: 0/5
celery_tasks/worker.py
Risk Score: 5/5
Celery Task Configuration
The Celery app is configured with a Redis broker and backend. Ensure that the Redis configuration is secure and that the necessary permissions are set.
config/celery_config.py
Risk Score: 0/5
config/db_config.py
Risk Score: 2/5
Database Session Factory
The get_db function is now an asynchronous generator. Ensure that all database operations are handled correctly within an asynchronous context.
config/jwt_config.py
Risk Score: 0/5
config/kaleyra_config.py
Risk Score: 0/5
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.